home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / gall8.dir / 00200.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  147 b   |  10 lines

  1. on mouseUp
  2.   set the movieRate of sprite 2 to 0
  3.   updateStage()
  4.   if isWindows() then
  5.     go("EXHIBI_TOW")
  6.   else
  7.     go("EXHIBI_TO")
  8.   end if
  9. end
  10.